set Min Wake Secs
Description: While in light sleep when we receive packets on the LoRa radio we will wake and handle them and stay awake in no BLE mode for this value
Technical Details: ESP32 Only 0 for default of 10 seconds
Content copied to clipboard
uint32 min_wake_secs = 8;
Return
This builder for chaining.
Parameters
value
The minWakeSecs to set.